home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
mfsm-1.1
/
FIXES
< prev
next >
Wrap
Text File
|
1995-06-22
|
1KB
|
40 lines
****************** Fixes from Xfsm 1.0 to Mfsm 1.1 24/03/95 ******************
*Added support for the following systems:
AIX IMB RISC 6000 Workstation.
DIGITAL_UNIX Digital Alpha Workstation.
HPUX Hewlett Packard Workstation.
LINUX Any machine running Linux.
SCO Santa Cruz Operation Unix for Intel PC's.
SGI Silicon Graphics Workstation.
SOLARIS Sun Solaris 2.x Workstation.
SUNOS SunOS 4.x Workstation.
*Fixed problems with systems that may not have quotas. Quota code is
controlled with the HAVE_QUOTAS define. If you have quota support then
use the flag -DHAVE_QUOTAS.
*Added reading of quota information through the "ioctl" call for
systems that don't have "quotactl". This is controlled with the
USE_IOCTL define and MUST be used with the HAVE_QUOTAS define.
*Sorted system differences between statfs structures on different
systems. That is, does one use f_bsize, f_frsize or f_fsize. Also does
one use f_bfree or f_bavail.
*Added command line flag and run-time keyboard options to display
either free space or usage of a file system.
*Added command line flag to remove window manager title bar if
required.
*Added keyboard option to toggle verbose information.
*Added support for SunOS df(1) command, which has differing format to
BSD df(1) command.
*Added pixmap to iconic form.
*Removed user icon for "/" dirctory and used standard drive icon.